356. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:43:11 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

356.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/web/css/source_variables.less2021-01-21 03:21:18 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/design/frontend/Smartwave/porto/web/css/source_variables.less2023-06-01 09:09:19 +0000

356.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged1172
Changed00
Inserted17
Removed00

356.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

356.4 Active regular expressions

No regular expressions were active.

356.5 Comparison detail

1 // /** 1 // /**
2 //  * Copyright © 2015 Magento. All rights reserved. 2 //  * Copyright © 2015 Magento. All rights reserved.
3 //  * See COPYING.txt for license details. 3 //  * See COPYING.txt for license details.
4 //  */ 4 //  */
5  5 
6 // 6 //
7 //  Porto theme variables 7 //  Porto theme variables
8 //  _____________________________________________ 8 //  _____________________________________________
9  9 
10 @screen__xxs: 320px; 10 @screen__xxs: 320px;
11 @screen__xs: 480px; 11 @screen__xs: 480px;
12 @screen__s: 640px; 12 @screen__s: 640px;
13 @screen__m: 768px; 13 @screen__m: 768px;
14 @screen__l: 992px; 14 @screen__l: 992px;
15 @screen__xl: 1200px; 15 @screen__xl: 1200px;
16 @screen__xxl: 1360px; 16 @screen__xxl: 1360px;
17  17 
18 // 18 //
19 //  Typography 19 //  Typography
20 //  --------------------------------------------- 20 //  ---------------------------------------------
21  21 
22 //  Fonts 22 //  Fonts
23 @font-family-name__base: 'Open Sans'; 23 @font-family-name__base: 'Open Sans';
24 @font-family__base: @font-family-name__base, @font-family__sans-serif; 24 @font-family__base: @font-family-name__base, @font-family__sans-serif;
25  25 
26 //  Colors nesting 26 //  Colors nesting
27 @page__background-color: @color-white; 27 @page__background-color: @color-white;
28 @copyright__background-color: @color-gray56; 28 @copyright__background-color: @color-gray56;
29  29 
30 // 30 //
31 //  Icons 31 //  Icons
32 //  --------------------------------------------- 32 //  ---------------------------------------------
33 @icon-font-family: 'porto-icons'; 33 @icon-font-family: 'porto-icons';
34 @icon-up: '\e81b'; 34 @icon-up: '\e81b';
35 @icon-down: '\e81c'; 35 @icon-down: '\e81c';
36 @icon-up-dir: '\f820'; 36 @icon-up-dir: '\f820';
37 @icon-down-dir: '\f823'; 37 @icon-down-dir: '\f823';
38 @icon-left-dir: '\f822'; 38 @icon-left-dir: '\f822';
39 @icon-right-dir: '\f821'; 39 @icon-right-dir: '\f821';
40 @icon-cart: '\e8ba'; 40 @icon-cart: '\e8ba';
41 @icon-mini-cart: '\e8ba'; 41 @icon-mini-cart: '\e8ba';
42 @icon-search: '\f818'; 42 @icon-search: '\f818';
43 @icon-up-open: '\e81b'; 43 @icon-up-open: '\e81b';
44 @icon-right-open: '\e81a'; 44 @icon-right-open: '\e81a';
45 @icon-left-open: '\e819'; 45 @icon-left-open: '\e819';
46 @icon-down-open: '\e81c'; 46 @icon-down-open: '\e81c';
47 @icon-remove: '\f819'; 47 @icon-remove: '\f819';
48 @icon-edit: '\f826'; 48 @icon-edit: '\f826';
49 @icon-trash: '\f81a'; 49 @icon-trash: '\f81a';
50 @icon-menu: '\f827'; 50 @icon-menu: '\f827';
51 @icon-right-open: '\f801'; 51 @icon-right-open: '\f801';
52 @breadcrumbs-icon__font-content: '\f80d'; 52 @breadcrumbs-icon__font-content: '\f80d';
53 @icon-grid: '\f839'; 53 @icon-grid: '\f839';
54 @icon-list: '\f83a'; 54 @icon-list: '\f83a';
55 @icon-next: '\f801'; 55 @icon-next: '\f801';
56 @icon-prev: '\f802'; 56 @icon-prev: '\f802';
57 @icon-wishlist-full: '\e889'; 57 @icon-wishlist-full: '\e889';
58 @icon-wishlist-empty: '\f83c'; 58 @icon-wishlist-empty: '\f83c';
59 @icon-compare-full: '\f83b'; 59 @icon-compare-full: '\f83b';
60 @icon-compare-empty: '\f83b'; 60 @icon-compare-empty: '\f83b';
61 @icon-envelope: '\f84c'; 61 @icon-envelope: '\f84c';
62 @icon-arrow-up: '\f840'; 62 @icon-arrow-up: '\f840';
63 @icon-arrow-down: '\f842'; 63 @icon-arrow-down: '\f842';
64 @icon-star: '\f844'; 64 @icon-star: '\f844';
65 @icon-star-empty: '\f845'; 65 @icon-star-empty: '\f845';
66 @icon-warning: '\f84a'; 66 @icon-warning: '\f84a';
67 @icon-success: '\f846'; 67 @icon-success: '\f846';
68 @icon-error: '\f847'; 68 @icon-error: '\f847';
69  69 
70 @icon-checkmark: '\f82b'; 70 @icon-checkmark: '\f82b';
71 @icon-help: '\f853'; 71 @icon-help: '\f853';
72  72 
73 @icon-print: '\e624'; 73 @icon-print: '\e624';
74  74 
75 @icon-download: '\e626'; 75 @icon-download: '\e626';
76 @icon-private: '\e629'; 76 @icon-private: '\e629';
77 @icon-present: '\e62a'; 77 @icon-present: '\e62a';
78 @icon-gift-registry: '\e62b'; 78 @icon-gift-registry: '\e62b';
79  79 
80 @icon-calendar__font-size: 23px; 80 @icon-calendar__font-size: 23px;
81  81 
82 // 82 //
83 //  Sidebar 83 //  Sidebar
84 //  --------------------------------------------- 84 //  ---------------------------------------------
85  85 
86 @sidebar__background-color: @color-white-smoke;  // Used in cart sidebar, Checkout sidebar, Tier Prices, My account navigation, Rating block background 86 @sidebar__background-color: @color-white-smoke;  // Used in cart sidebar, Checkout sidebar, Tier Prices, My account navigation, Rating block background
    87 
    88 // Custom
    89 
    90 @autocomplete__background-color: #777;
    91 @autocomplete__border: #777;
    92 @autocomplete-item__border: #777;
    93 @autocomplete-item__hover__color: #777;